Class org.omg.CORBA.ExcDescriptionSeqHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ExcDescriptionSeqHelper

java.lang.Object
   |
   +----org.omg.CORBA.ExcDescriptionSeqHelper

public final class ExcDescriptionSeqHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, ExceptionDescription[])
 o extract(Any)
 o id()
 o insert(Any, ExceptionDescription[])
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             ExceptionDescription that[])
 o __read
  public static ExceptionDescription[] __read(InputStream in)
 o extract
  public static ExceptionDescription[] extract(Any a)
 o insert
  public static void insert(Any a,
                            ExceptionDescription that[])
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index